C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / PreserveOutlineState Property

In This Topic
PreserveOutlineState Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property PreserveOutlineState As Boolean
 
See Also